home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / psi.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  39 lines

  1. <search function="psi">
  2.   <name>PriceSCAN Price Guide</name>
  3.   <description>
  4.     Search PriceSCAN for an ISBN.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>psi 0898713617</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Shopping</category>
  11.   <link>http://www.pricescan.com/home_books.asp</link>
  12.   
  13.   <form name="psif"
  14.         action="http://www.pricescan.com/books/SearchResults.asp"
  15.         method="get">
  16.     <input type="hidden" name="type" id="type" value="isbn"/>
  17.     <input type="hidden" name="isbn" id="isbn"/>
  18.   </form>
  19.   
  20.   <script><![CDATA[
  21.     function psi(q)
  22.     {
  23.       if( nullArgs("psi",q) )
  24.         return false;
  25.       else
  26.       {
  27.         document.psif.isbn.value = q;
  28.         submitForm(psif);
  29.       }
  30.     }
  31.   ]]></script>
  32.  
  33.   <copyright>
  34.     Copyright (c) 2002 David Bau
  35.     Distributed under the terms of the
  36.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  37.   </copyright>
  38. </search>
  39.